Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Linux tests with -O0 #1118

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Run Linux tests with -O0 #1118

wants to merge 5 commits into from

Conversation

andreasnoack
Copy link
Member

Since most of the time is spent on compilation, it might reduce CI time.

@andreasnoack
Copy link
Member Author

andreasnoack commented Nov 27, 2024

So a few allocation tests fail with -O0. Maybe they could be run separately. The jobs are still highly unbalanced but with -O0 we wouldn't pay with extra compilation time by splitting triagular.jl.

@KristofferC
Copy link
Member

I think we can do this but run with default settings on any backports-* and release-* branches.

@ViralBShah
Copy link
Member

@vtjnash suggests running with -O1 may be better, and may pass the allocation tests.

@andreasnoack
Copy link
Member Author

It looks like fully interpreted is the winning strategy

@ViralBShah
Copy link
Member

Yeah, -O0 is much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants